@media only screen and (min-width: 768px) {
	html {
		font-size: 80% !important;
	}
}

@media only screen and (max-width: 768px) {
	#ImagenDelLogin {
		width: 40vh !important;
		margin: 20px !important;
	}

	body {
		max-width: 100% !important;
		max-height: 100% !important;
	}
}


* {
	font-family: "Rubik", sans-serif;
}

.table-striped tbody tr:nth-of-type(even)>td {
	background-color: #f5f5f5;
	opacity: 1;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	border: 0px solid floralwhite;
}

.table-striped tbody tr:nth-of-type(odd)>td {
	background-color: #fff;
	opacity: 1;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	border: 0px solid #ececec;
	border-top: 0px solid rgba(0, 0, 0, 0.2);
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

table.dataTable tbody td {
	font-size: 0.6vw !important;
	/* font-family: 'Rubik'; */
}

table.dataTable thead th {
	font-size: 0.6vw !important;
	border-bottom: 0px !important;
	background-color: #eeeeee;
}

.addNewRecord {
	color: white !important;
	font-weight: bold !important;
	background-color: transparent !important;
	border: none !important;
}

.buttons-excel {
	background-color: transparent !important;
	border: none !important;
}

.buttons-print {
	background-color: transparent !important;
	border: none !important;
}

.buttons-FiltrarCol {
	background-color: transparent !important;
	border: none !important;
}

.dt-button.buttons-collection {
	background-color: transparent !important;
	border: none !important;
}

/*Estilo de los modales*/

.modal-lg {
	max-width: 50% !important;
	height: 50%;
}

.modal-xl {
	max-width: 60% !important;
	height: 50%;
}

:root {
	--tabs-border-color: #abcdef;
	--tabs-border-size: 3px;
	--tabs-text-color: white;
	--tabs-dark-color: #012345;
	--tabs-lite-color: #345678;
	--tabs-width: 120px;
	--tabs-height: 40px;
}

.tabs {
	margin: 2px 5px 1px 5px;
	padding: 3px;
}

.tabs:hover,
.tabs.active {
	border-bottom: 1px solid #2196f3;
	cursor: pointer;
}

.tabs2 {
	margin: 2px 5px 1px 5px;
	padding: 3px;
}

.tabs2:hover,
.tabs2.active {
	border-bottom: 1px solid #2196f3;
	cursor: pointer;
}

fieldset {
	display: none;
	background-color: transparent;
	/* border-radius: 0 0 10px 10px;
	  border: var(--tabs-border-size) solid var(--tabs-border-color); */
}

fieldset.show {
	display: block;
	border: 3px, solid, #012345;
}

.ColVis_collection {
	left: 90% !important;
}

.oculto {
	display: none !important;
}

/*LO USAREMOS PARA INTENTAR DAR UN TAMAÑO AL MODAL PARA EVITAR QUE BAJE O NO BAJE*/
.modal-content {
	max-height: 95vh !important;
	/*min-height: 1000px !important;*/
	overflow-y: auto !important;
}

.rainbow {
	/* font-family: 'Rubik', sans-serif; */
	font-size: 14px;
	background: url(https://www.instagram.com/static/images/rainbowGradient.png/558818d23695.png);
	background-size: 5ch;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation-name: textRainbow;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.Highlight {
	background-color: Red;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* tr:hover{
	  background-color:rgb(136, 184, 255)!important;
  } */

.puntero {
	cursor: pointer;
}

table.dataTable thead>tr>th.sorting:after {
	display: none;
}

table.dataTable thead>tr>th.sorting:before {
	display: none;
}

.borderless {
	border: none;
	border-color: transparent;
	margin: 0px !important;
	padding: 2px !important;
	width: 100%;
	background-color: transparent;
}

.cabezeraLineas {
	text-align: center;
	font-weight: bold;
}

.scrollme {
	overflow-x: auto;
}

/*ESTE CSS QUITA LAS FLECHITAS DE LOS TIPO NUMBER
  /* input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button, */
/* .numbersinflecha::-webkit-outer-spin-button,
  .numbersinflecha::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
  } */

.noflecha {
	appearance: none;
}

.tarjeta {
	overflow-x: auto !important;
	width: 100%;
}

.tabla {
	table-layout: fixed !important;
	width: 100%;
}

.linea>td {
	padding: 0px;
	margin: 0px;
}

.cienwidth {
	width: 100%;
}

.Botones {
	margin-right: 15px;
}

.arregloLogin {
	height: 100vh !important;
}

.input-group>.input-group-append>.btn {
	background-color: aliceblue;
	border-color: #ced4da;
}

.modal-header {
	color: white !important;
}

.card-header {
	border: 0px;
	background: white !important;
	color: black !important;
}

.btn-tool {
	color: white;
}

.dropdown-menu li {
	position: relative;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
	display: block;
	margin-left: 0;
}

.dropdown-item:hover {
	background-color: #83b2f6 !important;
}

div.DTE_Form_Error {
	display: none !important;
}

.tablapermisos {
	width: 100%;
}

.tablapermisos .derecha {
	text-align: right !important;
}

.tablapermisos td {
	text-align: center;
}

.agrupaciones {
	width: 25px;
	height: 25px;
}

input:disabled {
	background-color: white;
}

.perfilfact input {
	padding-left: 5px;
	padding-right: 5px;
}

.paginate_button {
	padding: 0px !important;
	border-radius: 10px;
	border: 0px !important;
}

.paginate_button:hover {
	padding: 0px !important;
	border-radius: 10px;
	border: 0px !important;
}

.dataTables_paginate {
	padding: 2px !important;
}

div.dt-buttons button {
	padding: 2px !important;
	border-radius: 10px;
}

div.dt-buttons button:hover {
	border-radius: 10px;
	color: black !important;
	background: #ffa523 !important;
	border: 0px !important;
}

.dataTables_wrapper .dataTables_filter input {
	border: 2px solid #59646e;
	border-radius: 3px;
	padding: 2px !important;
	background-color: transparent;
	margin-left: 3px;
}

.dataTables_filter * {
	font-weight: 400 !important;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	--tamano-scrollbar: 1vh;
	width: var(--tamano-scrollbar);
	height: var(--tamano-scrollbar);
}

*::-webkit-scrollbar-thumb:horizontal {
	background: linear-gradient(to left, #e5e4fb, #8aa0e0, #e5e4fb);
	border-radius: 2vh;
}

*::-webkit-scrollbar-thumb {
	background: linear-gradient(to top, #e5e4fb, #8aa0e0, #e5e4fb);
	border-radius: 2vh;
}

::-webkit-scrollbar-track {
	border-radius: 100vh;
	background: transparent;
}

.dataTables_scrollBody table {
	border: 0px solid #4169e1 !important;
}

/* GANTT */
#gantt table {
	border-collapse: collapse;
	border-spacing: 0px 20px;
	background-color: #fbfbfb !important;
	border-right: none;
	margin-bottom: 0px !important;
}

#gantt table tr th {
	border: 0px dotted rgb(188, 188, 188);
	border-bottom: 0px solid #083661;
	border-collapse: collapse;
	padding: 9px;
	line-height: 10px;
	color: #ececec;
}

#gantt table tr td {
	border: 0px solid black;
	line-height: 6px;
	width: 250px;
	background-color: #fbfbfb;
}

#gantt table tr td:last-child {
	border-right: 1px solid black;
}

#gantt table tr td.event-cell {
	color: white;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	border-radius: 0px;
	border-left: 10px solid black;
	min-width: 17vh;
	height: 3vh;
}

#gantt table tr td.event-cell:last-child {
	border-radius: 0px;
	border-right: 0px dotted rgb(188, 188, 188);
}

#gantt table tr td.event-cell span {
	font-weight: bold;
	background-color: #000000;
	padding: 0px 5px;
	border-radius: 0px;
	margin-right: 1px;
	color: #ffffff;
	height: fit-content;
	display: table-cell;
}

#gantt table tr td:last-child {
	border-right: 0px solid black;
}

#gantt table tr td:first-child {
	border-left: 0px solid black;
}

#gantt table tr:last-child {
	border-bottom: 0px solid black;
}

/* tabla viajes */
#tbl_ListadoViajes.table-striped tbody tr:nth-of-type(even)>td {
	background-color: #f5f5f5;
	opacity: 1;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	border: 0px solid floralwhite;
}

#tbl_ListadoViajes.table-striped tbody tr:nth-of-type(odd)>td {
	background-color: #fff;
	opacity: 1;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	border: 0px solid #ececec;
	border-top: 0px solid rgba(0, 0, 0, 0.2);
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

#tbl_ListadoViajestable.dataTable tbody tr:nth-of-type(even)>.dtfc-fixed-left {
	background-color: white;
	opacity: 1;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	border: 0px solid rgba(255, 255, 255, 0.9);
	color: black;
}

#tbl_ListadoViajestable.dataTable tbody tr:nth-of-type(odd)>.dtfc-fixed-left {
	background-color: white;
	opacity: 1;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	border: 0px solid rgba(255, 255, 255, 0.8);
	color: black;
}

#tbl_ListadoViajes .table-bordered td,
.table-bordered th {
	border: 0px solid rgba(255, 255, 255, 0.8);
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 0px dotted black;
	/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* cosas del Gantt */

div#MenuServicioDocumentos {
	border-radius: 0.5rem;
	width: 250px;
	position: absolute;
	background: white;
	border: 0px solid #800;
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#MenuServicioDocumentos li:hover {
	background-color: #3775e0;
}

div#MenuServicioDocumentos li a {
	line-height: 10px;
	font-size: 12px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#MenuServicioDocumentos li a span {
	float: right;
	padding-top: 7px;
}

div#MenuServicioDocumentos ul {
	list-style: none;
	list-style-position: outside;
}

div#MenuServicioDocumentos li {
	list-style: none;
	box-shadow: 0 0 0 0 #800;
	background-color: #898f91;
	color: white;
}

/* Menus del click derecho de los documentos Viaje*/

div#MenuViajeDocumentos {
	border-radius: 0.5rem;
	width: 250px;
	position: absolute;
	background: white;
	border: 0px solid #800;
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#MenuViajeDocumentos li:hover {
	background-color: #3775e0;
}

div#MenuViajeDocumentos li a {
	line-height: 10px;
	font-size: 12px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#MenuViajeDocumentos li a span {
	float: right;
	padding-top: 7px;
}

div#MenuViajeDocumentos ul {
	list-style: none;
	list-style-position: outside;
}

div#MenuViajeDocumentos li {
	list-style: none;
	box-shadow: 0 0 0 0 #800;
	background-color: #898f91;
	color: white;
}

div#menu ul {
	list-style: none;
	list-style-position: outside;
}

div#menu li {
	list-style: none;
	box-shadow: 0 0 0 0 #800;
	padding: 0.3rem 1.25rem;
	/* font-family: 'Rubik'; */
	cursor: pointer;
	font-size: 13px;
	/* font-weight: bold; */
	background-color: #898f91;
	color: #ececec;
}

div#menu li:hover {
	background-color: #3775e0;
}

div#menu li a {
	line-height: 10px;
	font-size: 12px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#menu li a span {
	float: right;
	padding-top: 7px;
}

div#menu {
	border-radius: 0.5rem;
	width: 250px;
	position: absolute;
	background: #9cb5d1;
	border: 0px solid #800;
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* CLICK DERECHO PEDIDOS */
div#menuTablaPedidos ul {
	list-style: none;
	list-style-position: outside;
}

div#menuTablaPedidos li {
	list-style: none;
	box-shadow: 0 0 0 0 #800;
	padding: 0.3rem 1.25rem;
	/* font-family: 'Rubik'; */
	cursor: pointer;
	font-size: 13px;
	/* font-weight: bold; */
	background-color: #898f91;
	color: #ececec;
}

div#menuTablaPedidos li:hover {
	background-color: #3775e0;
}

div#menuTablaPedidos li a {
	line-height: 10px;
	font-size: 12px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#menuTablaPedidos li a span {
	float: right;
	padding-top: 7px;
}

div#menuTablaPedidos {
	border-radius: 0.5rem;
	width: 250px;
	position: absolute;
	background: #9cb5d1;
	border: 0px solid #800;
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* //CLICK DERECHO VIAJES */
div#menuTablaViajes ul {
	list-style: none;
	list-style-position: outside;
}

div#menuTablaViajes li {
	list-style: none;
	box-shadow: 0 0 0 0 #800;
	padding: 0.3rem 1.25rem;
	/* font-family: 'Rubik'; */
	cursor: pointer;
	font-size: 13px;
	/* font-weight: bold; */
	background-color: #898f91;
	color: #ececec;
}

div#menuTablaViajes li:hover {
	background-color: #3775e0;
}

div#menuTablaViajes li a {
	line-height: 10px;
	font-size: 12px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#menuTablaViajes li a span {
	float: right;
	padding-top: 7px;
}

div#menuTablaViajes {
	border-radius: 0.5rem;
	width: 250px;
	position: absolute;
	background: #9cb5d1;
	border: 0px solid #800;
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Menus del click derecho de los documentos Servicio*/
#listaenganche:hover {
	border-radius: 0px !important;
	background-color: #007bff !important;
}

/* CLICK DERECHO GANTT TRAMOS */

div#menutramos ul {
	list-style: none;
	list-style-position: outside;
}

div#menutramos li {
	list-style: none;
	box-shadow: 0 0 0 0 #800;
	padding: 0.3rem 1.25rem;
	/* font-family: 'Rubik'; */
	cursor: pointer;
	font-size: 13px;
	/* font-weight: bold; */
	background-color: #898f91;
	color: #ececec;
}

div#menutramos li:hover {
	background-color: #3775e0;
}

div#menutramos li a {
	line-height: 10px;
	font-size: 12px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#menutramos li a span {
	float: right;
	padding-top: 7px;
}

div#menutramos {
	border-radius: 0.5rem;
	width: 250px;
	position: absolute;
	background: #9cb5d1;
	border: 0px solid #800;
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

table tr {
	border-bottom: 0px solid white;
}

table th.sorting {
	padding: 0px 10px !important;
}

.thfechas {
	white-space: pre;
	font-size: smaller;
	text-align: center;
	background-color: #898f91 !important;
}

.tdmatriculaprimeralinea {
	border-top: 0px solid black !important;
}

.trmatricula {
	border-left: 0px solid gray !important;
	border-right: 0px solid gray !important;
	border-top: 0px solid black !important;
	text-align: center;
	font-weight: 500;
	font-size: smaller;
	vertical-align: middle !important;
	text-align: left;
	padding: 0.25rem;
	position: sticky;
	left: 0;
}

.finalmatricula {
	border-bottom: 0px solid black !important;
}

.trsinmatricula {
	border-left: 0px solid gray !important;
	border-right: 0px solid gray !important;
	border-top: 0px dotted gray !important;
	border-bottom: 0px solid black !important;
	background-color: ghostwhite !important;
	text-align: justify;
	color: red;
	vertical-align: middle !important;
}

.selected td {
	background-color: #fd7e14c2;
	color: white !important;
}

.sidebarfiltropedido {
	position: fixed;
	height: auto;
	width: 45%;
	right: -100%;
	background-color: white;
	overflow-x: hidden;
	transition: right 2s;
	padding: 1rem 1rem;
	box-sizing: border-box;
	z-index: 20;
	border: 4px solid #f4f6f9;
	border-right: 0px;
	top: 5.5vh;
}

.sidebarfiltropedido.activo {
	right: 0;
}

.sidebarModificar {
	position: fixed;
	height: auto;
	width: auto;
	max-width: 50%;
	top: 5.5vh;
	right: -100%;
	background-color: white;
	overflow-x: hidden;
	transition: right 2s;
	padding: 1rem 1rem;
	box-sizing: border-box;
	z-index: 30;
	border: 4px solid #f4f6f9;
	border-right: 0px;
}

.sidebarModificar.activo {
	right: 0;
}

/* PRUEBA  */
.TarjetaOculta {
	display: none;
	transition: bottom 2s;
}

.TarjetaOculta.activo {
	display: block;
}

.full_screen {
	width: 100vw;
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
}

thead tr th {
	position: sticky !important;
	top: 0 !important;
	z-index: 1;
	background-color: #575757 !important;
	color: #ececec;
	font-weight: 500 !important;
}

.table-responsive {
	overflow: scroll !important;
}

p {
	margin-bottom: 0rem !important;
}

.dataTables_paginate {
	padding: 0px !important;
}

div.dt-buttons button {
	border-radius: 10px;
}

.table-bordered td,
.table-bordered th {
	border: 0px solid #dee2e6;
}

.dt-datetime-time th {
	color: white;
}

.btn-tool {
	color: black !important;
}

.content-header {
	padding: 0px 7px;
	text-align: center;
	color: #59646e;
}

.content-header * {
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
}

.drop-container {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 20px;
	border-radius: 10px;
	border: 2px dashed #555;
	color: #444;
	cursor: pointer;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-container:hover {
	background: #eee;
	border-color: #111;
}

.drop-container:hover .drop-title {
	color: #222;
}

.drop-title {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: color 0.2s ease-in-out;
}

.drop-container.drag-active {
	background: #eee;
	border-color: #111;
}

.drop-container.drag-active .drop-title {
	color: #222;
}

/* PRUEBA DE LOS CHECKBOX */
.btn-group-xs>.btn,
.btn-xs {
	padding: 0.35rem 0.4rem 0.25rem 0.4rem;
	font-size: 0.875rem;
	line-height: 0.5;
	border-radius: 0.2rem;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -1.25rem;
	margin-right: 0.35rem;
}

.toggle {
	position: relative;
	overflow: hidden;
}

.toggle:focus>.toggle-group>.btn,
.toggle:hover>.toggle-group>.btn {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.toggle:focus>.toggle-group>.toggle-handle,
.toggle:hover>.toggle-group>.toggle-handle {
	background-color: var(--bs-light);
	opacity: 0.5;
}

.toggle>input[type="checkbox"] {
	display: none;
}

.toggle>.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.toggle>.toggle-group>span {
	cursor: pointer;
}

.toggle.off>.toggle-group {
	left: -100%;
}

.toggle.indeterminate>.toggle-group {
	left: -50%;
}

.toggle>.toggle-group>.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.toggle>.toggle-group>.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.toggle>.toggle-group>.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	width: 0;
	border-width: 0 1px;
	background-color: var(--bs-light);
	border-color: var(--bs-light);
}

.input-group .toggle>.toggle-group>.toggle-off,
.input-group .toggle>.toggle-group>.toggle-on {
	position: absolute;
}

.toggle:not(:hover):not(:focus).btn-outline-primary>.toggle-group>.toggle-handle {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.toggle:not(:hover):not(:focus).btn-outline-secondary>.toggle-group>.toggle-handle {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
}

.toggle:not(:hover):not(:focus).btn-outline-success>.toggle-group>.toggle-handle {
	background-color: var(--bs-success);
	border-color: var(--bs-success);
}

.toggle:not(:hover):not(:focus).btn-outline-danger>.toggle-group>.toggle-handle {
	background-color: var(--bs-danger);
	border-color: var(--bs-danger);
}

.toggle:not(:hover):not(:focus).btn-outline-warning>.toggle-group>.toggle-handle {
	background-color: var(--bs-warning);
	border-color: var(--bs-warning);
}

.toggle:not(:hover):not(:focus).btn-outline-info>.toggle-group>.toggle-handle {
	background-color: var(--bs-info);
	border-color: var(--bs-info);
}

.toggle:not(:hover):not(:focus).btn-outline-light>.toggle-group>.toggle-handle {
	background-color: var(--bs-light);
	border-color: var(--bs-light);
}

.toggle:not(:hover):not(:focus).btn-outline-dark>.toggle-group>.toggle-handle {
	background-color: var(--bs-dark);
	border-color: var(--bs-dark);
}

.toggle.btn {
	min-width: 3.7rem;
	min-height: 2.15rem;
}

.toggle>.toggle-group>.toggle-on.btn {
	padding-right: 1.5rem;
}

.toggle>.toggle-group>.toggle-off.btn {
	padding-left: 1.5rem;
}

.toggle.btn-lg {
	min-width: 5rem;
	min-height: 2.815rem;
}

.toggle>.toggle-group>.toggle-on.btn-lg {
	padding-right: 2rem;
}

.toggle>.toggle-group>.toggle-off.btn-lg {
	padding-left: 2rem;
}

.toggle>.toggle-group>.toggle-handle.btn-lg {
	width: 2.5rem;
}

.toggle.btn-sm {
	min-width: 3.125rem;
	min-height: 1.938rem;
}

.toggle>.toggle-group>.toggle-on.btn-sm {
	padding-right: 1rem;
}

.toggle>.toggle-group>.toggle-off.btn-sm {
	padding-left: 1rem;
}

.toggle.btn-xs {
	min-width: 2.19rem;
	min-height: 1.375rem;
}

.toggle>.toggle-group>.toggle-on.btn-xs {
	padding-right: 0.8rem;
}

.toggle>.toggle-group>.toggle-off.btn-xs {
	padding-left: 0.8rem;
}

/*# sourceMappingURL=bootstrap5-toggle.min.css.map */

.progress-verde {
	background-color: #28a745 !important;
}

.progress-rojo {
	background-color: #dc3545 !important;
}

.form-control:focus {
	/* box-shadow: 0px 0px 9px 2px royalblue !important; */
	box-shadow: 0px 0px 9px 2px rgb(2, 143, 89) !important;
}

.btn-primary:hover {
	box-shadow: 0px 0px 9px 2px royalblue !important;
	background-color: royalblue !important;
	color: white !important;
}

.btn-secondary:hover {
	box-shadow: 0px 0px 9px 2px #6c757d !important;
	background-color: #6c757d !important;
	color: white !important;
}

.btn-danger:hover {
	box-shadow: 0px 0px 9px 2px #dc3545 !important;
	background-color: #dc3545 !important;
	color: white !important;
}

.btn-success:hover {
	box-shadow: 0px 0px 9px 2px #157347 !important;
	background-color: #157347 !important;
	color: white !important;
}

.btn-warning:hover {
	box-shadow: 0px 0px 9px 2px #ffc107 !important;
	background-color: #ffc107 !important;
	color: white !important;
}

.btn-info:hover {
	box-shadow: 0px 0px 9px 2px #0dcaf0 !important;
	background-color: #0dcaf0 !important;
	color: white !important;
}

.btn-primary:focus {
	box-shadow: 0px 0px 9px 2px royalblue !important;
	background-color: royalblue !important;
	color: white !important;
}

.btn-secondary:focus {
	box-shadow: 0px 0px 9px 2px #6c757d !important;
	background-color: #6c757d !important;
	color: white !important;
}

.btn-danger:focus {
	box-shadow: 0px 0px 9px 2px #dc3545 !important;
	background-color: #dc3545 !important;
	color: white !important;
}

.btn-success:focus {
	box-shadow: 0px 0px 9px 2px #157347 !important;
	background-color: #157347 !important;
	color: white !important;
}

.btn-warning:focus {
	box-shadow: 0px 0px 9px 2px #ffc107 !important;
	background-color: #ffc107 !important;
	color: white !important;
}

.btn-info:focus {
	box-shadow: 0px 0px 9px 2px #0dcaf0 !important;
	background-color: #0dcaf0 !important;
	color: white !important;
}

.btn:hover {
	box-shadow: 0px 0px 9px 2px royalblue;
	background-color: white;
	color: black;
	z-index: 1000;
}

.btn:focus {
	box-shadow: 0px 0px 9px 2px royalblue;
	color: black;
	z-index: 1000;
}

.fuentedeiconos {
	font-family: "Font Awesome 6 Free" !important;
}

/* LAS CLASES DE LOS BOTONES DE LISTAR */
.AniadirCliente,
.AniadirPunto,
.AniadirGrupoAlbaranes,
.AniadirCtaCaja,
.AniadirCtabancaria,
.AniadirTipoChofer,
.AniadirCtaRendimiento,
.AniadirEmpleado,
.AniadirProveedor,
.AniadirTipoVehiculo,
.AniadirPais,
.AniadirChofer,
.AniadirGrupoFactura,
.AniadirFormaPago,
.AniadirZonas,
.AniadirMercancias,
.AniadirVehiculo,
.AniadirUM,
.AniadirRutaTipo,
.AniadirConceptos,
.AniadirTipoVehiculo,
.Aniadirlugar,
.AniadirEstado,
.AniadirAgendas,
.AniadirMercancia {
	background-color: royalblue !important;
	color: white !important;
}

.btnCerrarModal {
	background-color: #dc3545 !important;
	color: white !important;
}

.neons1 h1 {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	max-height: 1.5rem;
}

.neons3 h1 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	color: red;
	text-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 30px yellow,
		0 0 40px yellow, 0 0 50px yellow, 0 0 60px yellow, 0 0 70px yellow,
		0 0 90px yellow;
	max-height: 1.5rem;
}

.neons2 h1 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	max-height: 1.5rem;
}

@-webkit-keyframes glow {
	from {
		color: red;
		text-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 30px yellow,
			0 0 40px yellow, 0 0 50px yellow, 0 0 60px yellow, 0 0 70px yellow,
			0 0 90px yellow;
	}

	to {
		color: darkred;
		text-shadow: 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red,
			0 0 60px red, 0 0 70px red, 0 0 80px red, 0 1 90px red;
	}
}

.input-group-text {
	height: calc(2.25rem + 2px) !important;
}

.my-actions {
	margin: 2em 2em 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.right-gap {
	margin-right: auto;
}

.left-gap {
	margin-right: auto;
}

.card {
	border-radius: 1.25rem !important;
}

.card-header {
	border-radius: 1.25rem !important;
}

.card-primary.card-outline {
	border-top: 0px solid #169B6D;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: #00a252;
	color: #fff;
}

.bg-primary {
	background-color: #169B6D !important;
}

.ColorTarjetaCarga {
	background-color: #5eb682 !important;
	color: white;
}

.inner>p {
	font-size: 1rem;
}

.ColorTarjetaDescarga {
	background-color: #d15959 !important;
	color: white;
}

.ColorTarjetaMerca {
	background-color: #c68fe0 !important;
	color: white;
}

.inner>p {
	font-size: 1rem;
}

#tarjetadatosgenerales>.small-box {
	background-color: #db9c4a !important;
	color: white;
}

.TarjetaPedido>.small-box {
	background-color: #44aece;
	color: white;
}

.tdAdmin {
	padding-left: 4px;
	padding-right: 4px;
	max-width: fit-content;
	border-radius: 10px;
	cursor: default;
	background-color: #3883dd !important;
	color: white;
}

.puntero {
	cursor: pointer;
}

@keyframes mymove {
	0% {
		box-shadow: 0px 0px 3px 4px #229c1d;
	}

	50% {
		box-shadow: 0px 0px 4px 2px #e14141;
	}

	100% {
		box-shadow: 0px 0px 3px 4px #229c1d;
	}
}

.ParrafoDelGantt {
	color: #4d565e;
	padding: 2px;
	text-transform: uppercase;
}

#divParaCancelarlosdrags {
	position: fixed;
	top: 33%;
	left: 82%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 0, 0, 0.5);
	width: 71vh;
	height: 32vh;
	border-radius: 10%;
	text-align: center;
	line-height: 100px;
	font-size: 24px;
	color: white;
	display: none;
	z-index: 9999;
	pointer-events: auto;
}

.ag-watermark {
	display: none !important;
}

.ag-header {
	background: transparent !important;
}

.ag-icon-asc,
.ag-icon-desc,
.ag-icon-menu,
.ag-header-cell-resize,
.ag-header-cell-text {
	color: white !important;
}

.ag-header-cell-resize::after {
	background-color: white !important;
}

.ag-theme-alpine .ag-row {
	border: none !important;
}

.ag-row {
	border: none !important;
}

.ag-cell {
	border-bottom: 0px !important;
	border-top: 0px !important;
}

.ag-theme-quartz input[class^="ag-"] {
	height: 2vh !important;
}

.ag-header-row-column-filter {
	background-color: #f5f5f5 !important;
}

.tablasAgGrid {
	height: 80vh;
}

.tablasListarAgGrid {
	height: 60vh;
}

/* CAMBIAR COLOR HEADER */
.ag-header-row-column {
	background: var(--colorHeader) !important;
}

.ag-menu-option-part,
.ag-compact-menu-option-part {
	line-height: var(--ag-icon-size);
	padding: 2px !important;
}

:root {
	/*
		  Royalblue->#4169E1
		  KaleidoGreen->#169B6D
		  KaleidoGray->#575757
	  */
	--AzulLegendario: #4169e1;
	--colorHeader: #575757;
	--Tamamiosidebar: 14vw;
	/*
		  Color de la fila de arriba
	  */
	--colorNavbar: #169B6D;
}

/* CAMBIAR VARIABLES DEL TEM DEL AGGRID */
.ag-theme-quartz,
.ag-theme-quartz-dark,
.ag-theme-quartz-auto-dark {
	--ag-wrapper-border-radius: 4px;
	--ag-grid-size: 4px !important;
}

.navbar {
	background-color: var(--colorNavbar) !important;
}

.navbar i,
.navbar a {
	color: white !important;
	background-color: #169B6D;
}

.botonesTabla .fa-plus-square-o,
.botonesTabla .fa-plus-square {
	color: green;
}

.botonesTabla .fa-pencil-square-o,
.botonesTabla .fa-floppy-disk {
	color: blue;
}

.botonesTabla .fa-trash-o,
.botonesTabla .fa-trash-can,
.botonesTabla .fa-trash {
	color: red;
}

.botonesTabla i,
.botonesTabla button {
	color: var(--bs-orange);
}

.filterInput {
	border: 0;
	border-bottom: solid black 1px;
}

.modal-dialog.modal-fullscreen.modal-dialog-scrollable.modal-dialog-centered {
	max-width: 96%;
	height: 100%;
	margin: 0;
	left: 2%;
}

.textoEncimaTabla {
	padding-right: 6px;
	vertical-align: middle;
	font-size: larger;
}

.ag-menu {
	z-index: 1050 !important;
}

.ag-list {
	z-index: 1060 !important;
}

.fa-trash-o {
	color: red !important;
}

.toggleModificado {
	position: relative;
	appearance: none;
	-moz-appearance: none;
	/* Firefox /
	  -webkit-appearance:none; / Safari and Chrome */
	width: 40px;
	height: 15px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #666;
	transition: all 0.3s linear;
	outline: none;
}

.toggleModificado:before {
	position: absolute;
	background-color: #fff;
	content: "";
	width: 20px;
	height: 15px;
	border-radius: 500px;
	left: 0;
	box-shadow: 0px 0px 5px #666;
	transition: all 0.2s linear;
}

.toggleModificado:checked {
	background-color: #71c639;
}

.toggleModificado:focus {
	box-shadow: 0px 0px 4px 5px var(--AzulLegendario);
}

.toggleModificado:checked:before {
	left: 20px !important;
}

.number-cell {
	text-align: right;
}

.imagenlogo {
	width: 13em;
}

.ag-header-cell-text {
	font-weight: normal !important;
	font-size: 12px !important;
}

.linksdelaspaginas>i {
	font-size: 1em;
	color: #00ff80;
	width: 0.8vw;
	text-align: center;
}

a.nav-link>i {
	width: 0.8vw !important;
	margin-right: 0.2vw !important;
	text-align: center !important;
}

a.nav-link>i {
	width: 0.8vw !important;
	text-align: center !important;
}

.botonTablaAniadir {
	padding-left: 0;
	padding-right: 0;
	padding-top: 7.29px;
}

.ag-theme-alpine .ag-row {
	font-size: 0.875rem;
}

progress[value] {
	/* Elimino la apariencia por defecto */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	/* Quito el borde que aparece en Firefox */
	border: none;

	/* Añado mis propios estilos */
	width: 270px;
	height: 30px;
	overflow: hidden;

	/*  Estos estilos solo se aplicaran al fondo de la barra en mozilla */
	border: 1px inset #666;
	background-color: #d8d8d8;
	border-radius: 20px;
	border: 0;
}

progress::-webkit-progress-value {
	background: var(--colorNavbar);
	border-radius: 20px;
	border: 0;
}

progress::-webkit-progress-bar {
	background-color: #d8d8d8;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
	/*esta sombra es para simular el borde que he aplicado arriba para Mozilla*/
	border-radius: 20px;
	border: 0;
}

.dropdownusuario:last-child {
	border-top-left-radius: 1.09rem;
	border-top-right-radius: 1.09rem;
}

.dropdownusuario:first-child {
	border-bottom-left-radius: 1.09rem;
	border-bottom-right-radius: 1.09rem;
}

.ag-virtual-list-viewport {
	z-index: 1100;
}

.ag-popup {
	z-index: 1100;
}

.frame {
	position: absolute;
	top: -33%;
	left: 0%;
	width: 2vw;
	height: 4vh;
	border-radius: 2px;
	overflow: hidden;
	background: transparent;
}

.bell {
	position: absolute;
	top: 0;
	left: 3px;
	fill: #fff;
	transform-origin: 50% 0;
	animation: shake 2.5s ease infinite;
	color: grey;
}

.line {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
}

.line-1,
.line-2,
.line-3 {
	position: absolute;
	top: 170px;
	left: 230px;
}

.line-4,
.line-5,
.line-6 {
	position: absolute;
	top: 170px;
	right: 230px;
}

@for $i from 1 through 6 {
	.line-#{$i} {
		animation: line-#{$i} $speed ease-out infinite both;
	}
}

@keyframes line-1 {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	50%,
	100% {
		transform: translate3d(60px, 0, 0) scale(2);
		opacity: 0;
	}
}

@keyframes line-2 {

	0%,
	19% {
		opacity: 0;
	}

	20% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	70%,
	100% {
		transform: translate3d(60px, 0, 0) scale(2);
		opacity: 0;
	}
}

@keyframes line-3 {

	0%,
	39% {
		opacity: 0;
	}

	40% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	90%,
	100% {
		transform: translate3d(60px, 0, 0) scale(2);
		opacity: 0;
	}
}

@keyframes line-4 {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	50%,
	100% {
		transform: translate3d(-60px, 0, 0) scale(2);
		opacity: 0;
	}
}

@keyframes line-5 {

	0%,
	19% {
		opacity: 0;
	}

	20% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	70%,
	100% {
		transform: translate3d(-60px, 0, 0) scale(2);
		opacity: 0;
	}
}

@keyframes line-6 {

	0%,
	39% {
		opacity: 0;
	}

	40% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	90%,
	100% {
		transform: translate3d(-60px, 0, 0) scale(2);
		opacity: 0;
	}
}

@keyframes shake {

	0%,
	50%,
	100% {
		transform: rotate(0);
	}

	5%,
	10%,
	15%,
	20%,
	25%,
	30%,
	35%,
	40% {
		transform: rotate(6deg);
	}

	45% {
		transform: rotate(4deg);
	}

	7.5%,
	12.5%,
	17.5%,
	22.5%,
	27.5%,
	32.5%,
	37.5%,
	42.5% {
		transform: rotate(-6deg);
	}

	47.5% {
		transform: rotate(-2deg);
	}
}

.apparent-message {
	width: 100%;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 0px;

	.apparent-message-icon {
		flex: 0 0 70px;
		display: flex;
		align-items: center;
		justify-content: center;

		font-size: 30px;
		color: #fff;

		.fa-2x {
			box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.45);
		}

		text-shadow: 1px 1px 10px #000;
	}
}

.message-container {
	display: flex;

	.content-container {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		padding-left: 15px;
		background-color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
		position: relative;

		.message-header {
			font-size: 20px;
		}

		.message-body {
			margin-top: 10px;
			font-size: 14px;
			color: #515151;
		}

		.message-action {
			position: absolute;
			bottom: 10px;
			right: 30px;
		}
	}
}

.warning-message {
	background-color: #f39b0e;
	border-color: #f39b0e;
	box-shadow: 0px 0px 2px 4px #f39b0e;
}

.info-message {
	background-color: #3598db;
	border-color: #3598db;
	box-shadow: 0px 0px 2px 4px #3598db;
}

.success-message {
	background-color: #43a046;
	border-color: #43a046;
	box-shadow: 0px 0px 2px 4px #43a046;
}

.error-message {
	background-color: #e1374c;
	border-color: #e1374c;
	box-shadow: 0px 0px 2px 4px #e1374c;
}

.control-sidebar {
	height: fit-content !important;
}

.radiopersonalizado {
	-webkit-appearance: none;
	/* remove default */
	display: block;
	margin: 10px;
	width: 14px;
	height: 14px;
	border-radius: 12px;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: hsla(0, 0%, 100%, 0.15) 0 1px 1px,
		inset hsla(0, 0%, 0%, 0.5) 0 0 0 1px;
	background-color: hsla(0, 0%, 0%, 0.2);
	background-image: -webkit-radial-gradient(hsla(200, 100%, 90%, 1) 0%,
			hsla(200, 100%, 70%, 1) 15%,
			hsla(200, 100%, 60%, 0.3) 28%,
			hsla(200, 100%, 30%, 0) 70%);
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1),
		-webkit-transform 0.25s cubic-bezier(0.8, 0, 1, 1);
	outline: none;
}

.radiopersonalizado:checked {
	-webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1),
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.radiopersonalizado:active {
	-webkit-transform: scale(1.5);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}

/* The up/down direction logic */

.radiopersonalizado,
.radiopersonalizado:active {
	background-position: 24px 0;
}

.radiopersonalizado:checked {
	background-position: 0 0;
}

.radiopersonalizado:checked~.radiopersonalizado,
.radiopersonalizado:checked~.radiopersonalizado:active {
	background-position: -24px 0;
}

.input-group-text-sm {
	height: calc(1.8125rem + 2px) !important;
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.botonesTabla>* {
	padding-right: 3px !important;
	padding-left: 3px !important;
}

.botonesTabla>button>.fa-plus-square-o {
	padding-top: 10px;
}

.custom-tooltip {
	padding: 5px;
	color: var(--ag-foreground-color);
	background-color: #5577cc;
}

.custom-tooltip p {
	margin: 2px;
	white-space: nowrap;
	color: white;
}

.custom-tooltip p:first-of-type {
	font-weight: bold;
}

a.loading {
	background-image: url("https://i.gifer.com/ZZ5H.gif");
	/* Aquí va la URL de tu gif */
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	/* Esconde el texto temporalmente */
}

.toastDelGantt {
	top: 60vh !important;
	/* Ajusta la altura al 55% del alto de la ventana */
}



.custom-marker {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 24px;
}

.start-marker {
	color: #28a745;
	/* Verde */
}

.end-marker {
	color: #003366;
	/* Azul oscuro */
}



.redimensionable::after {
	content: '';
	/* Necesario para el pseudo-elemento */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	/* Tamaño de la área de arrastre */
	/*cursor: ns-resize;  Cambia el cursor cuando pasa sobre el área */
	background: linear-gradient(to right, transparent 0%, #666 50%, transparent 100%);
	/* Diseño visual para la área de arrastre */
}



.ag-popup {
	z-index: 1000000 !important;
}

.content-wrapper {
	margin-left: 0 !important;
}

.modal-content {
	border-radius: 15px !important;
}